Welcome![Sign In][Sign Up]
Location:
Search - MFC ODBC

Search list

[Windows DevelopVC6m-MFC-ODBC

Description: 在VC6中用MFC向导ACCESS2000数据可以测与数据库的连接-used in VC6 MFC Wizard ACCESS2000 data can be measured and database connectivity
Platform: | Size: 66794 | Author: 陶青松 | Hits:

[ADO-ODBC一个增强的数据库类CDataSet

Description: 一个增强的数据库类CDataSet 因为MFC完全支持数据库应用程序的开发,所以大多数数据库应用都使用CDatabase和CRecordset类,并且类向导(Class Wizard)提供了快速简易的方式来使用这两个类。有一点不足的就是当应用程序涉及到多表数据库时,类向导将产生大量的关于记录集的源码文件使得工程(project)给人的感觉很混乱。 本文介绍如何使用一个模板记录集类来降低类向导所产生的记录集文件的数量,同时增强记录积类(CRecordset)的功能。这个模板记录集类叫做:CDataSet。它的主要目的是降低代码量,为数据对象数组提供一个接口。-an enhanced database category CDataSet because MFC fully support database application development, the majority of database applications used CDatabase and CRecordset class and category Wizard (Class Wizard) provides a fast and easy way to use these two categories. There is one point when the shortage of applications related to multi-table database, the wizard class will have a lot of records set on the source document makes the project (project) gives the impression that very confused. This paper describes how to use a template Records Set to reduce class wizard from the record set in the volume of documentation, while enhancing the plot record category (CRecordset) function. The template called Set Records : CDataSet. Its main purpose is to reduce the amount of code and data objects to p
Platform: | Size: 33792 | Author: 杨葶 | Hits:

[Education soft system94518687

Description: 小学生成绩管理系统(一篇比较简单的论文)我的初稿 题目:小学生成绩管理系统 仅供参考,本人的论文初稿已经比他复杂好几倍了。当然,毕业答辩之前不会贴出来的,嘿嘿 姓名:陈抒 摘要: 小学生成绩管理系统是典型的信息管理系统(MIS),其开发主要内容包括后台数据库的建立和维护 以及前端应用程序的开发两块。对于前者主要要求数据一致性和完整性、数据安全性。而对于后 者则要求应用程序功能完备,易使用。 我将使用ACCESS数据库管理系统创建后台数据库,将在Visual C++6.0编译环境下使用MFC类库中 的ODBC方面的类来创建数据库的前段应用程序,使应用程序能够做到快速安全的维护数据库,并 且提供简单明了的使用界面,满足不同用户的需求。 关键词:ODBC 添加 查找 删除 修改 学籍 成绩 -primary performance management system (a relatively simple thesis) my first draft topics : primary performance management system for reference purposes only, I have the first draft of a paper than the complex several times. Of course, the graduates will not reply before affixed out, laughter Name : Chen Shu Abstract : The primary performance management system is typical of the Information Management System (MIS), its main contents include the development of database background to the establishment and maintenance, and front-end application development 2. Former major requirement for consistency and data integrity, data security. For the latter demanding applications complete functions and easy to use. I will use the ACCESS database management system to create the background database, the V
Platform: | Size: 29696 | Author: s | Hits:

[Applications申花队队员管理系统

Description: 球队队员管理系统. 利用MFC+ODBC 开发的一个MIS系统案例!~ (适合初学者研究MFC 开发MIS系统)-players management system. MFC Development of an ODBC MIS case! ~ (For beginners MFC Development Research MIS)
Platform: | Size: 112640 | Author: 提可 | Hits:

[ADO-ODBC使用API函数读取数据库

Description: ODBC读取数据库,这里不是用的MFC类编写,而是使用ODBC API 函数.-read ODBC database, this is not the MFC class preparation, but the use ODBC API function.
Platform: | Size: 133120 | Author: 葡萄 | Hits:

[SQL Server一个学生管理系统

Description: 基于ODBC的数据库模式,用MFC创建一个学生成绩管理软件。程序的实现主要在视图Cstudentview类中完成,其中可以完成的功能有:显示全部记录、增加记录、删除记录、修改记录、排序记录、查寻记录,并且在控件表格中直观的显示。-based ODBC database model, the MFC with the creation of a student performance management software. The main procedures in achieving View Cstudentview category completed, which can be accomplished functions : All the records, record increase, delete records, modify records, sorting records, the searching of records, Controls in the form visual display.
Platform: | Size: 1318912 | Author: 玉华 | Hits:

[CSharpVC

Description: 开发Windows应用程序时,在很多情况下可能要和数据库连接。数据库类型多种多样,功能结构也各不相同。从比较简单的DBASE、FoxPro等到复杂的SYBASE、Qracle等大型数据库系统。VC++6.0都提供了一些接口。程序员可利用这些接口方便地开发数据库应用程序。MFC ODBC类就是其中的一个,在快速生成简单一致的接口应用程序方面这些类非常有用。用户不必了解ODBC API和SQL的具体细节,利用ODBC类即可完成对数据库的大部分操作。然而,VC++ Appwizard 生成的数据库应用程序,只是基于单个数据表的数据库应用程序。而实际应用中,往往要求数据库应用程序能关联二个或多个数据表。VC++的好多书籍对此只是简单的介绍。本文透彻地解决这一问题。 -Windows application development, in many cases probably want and database connections. A variety of database types, the functional structure varies. From the relatively simple DBASE, FoxPro complex until SYBASE, Qracle large-scale database system. VC++6.0 have provided a number of interfaces. Programmers can easily use these interfaces to develop database applications. MFC ODBC is one of a category, in the Express interface to generate a consistent application of simple procedures for these types of very useful. ODBC API users need not know the details of SQL and use ODBC database type can achieve most of the operation. However, VC++ Appwizard generated database application data sheet is based on a single database application. And practical applications, database applications often require to link two or more data tables. VC++ of many books on this simple introduction. In this paper, to solve this problem thoroughly.
Platform: | Size: 9216 | Author: th | Hits:

[SQL ServerexampleofSQLServerAndODBC

Description: SQL Server MFC ODBC 添加、删除、修改记录的实例。-SQL Server MFC ODBC to add, delete, modify the record instance.
Platform: | Size: 52224 | Author: | Hits:

[SQL ServerSQL

Description: SQL Server MFC ODBC 直接执行SQL语句的实例。-SQL Server MFC ODBC instance of a direct implementation of the SQL statement.
Platform: | Size: 52224 | Author: | Hits:

[SQL Serverselect

Description: SQL Server MFC ODBC 多记录集查询的一个实例-SQL Server MFC ODBC record set more than one instance of the query
Platform: | Size: 48128 | Author: | Hits:

[SQL ServerODBC_DDX_RFX

Description: SQL Server MFC ODBC 使用DDX 和RFX 的一个实例。-SQL Server MFC ODBC using DDX and RFX' s an example.
Platform: | Size: 37888 | Author: | Hits:

[Windows DevelopMFC_ODBC_Example

Description: 《精通MFC程序设计》第20章 MFC ODBC数据库编程-" Master MFC Programming" Chapter 20 MFC ODBC Database Programming
Platform: | Size: 3895296 | Author: zjw | Hits:

[Windows Developmfc_odbc_to_connect_mysql_through_examples_Login.r

Description: mfc通过odbc连接mysql实例Loginmfc odbc to connect mysql through examples Login-mfc odbc to connect mysql through examples Loginmfc odbc to connect mysql through examples Login
Platform: | Size: 3879936 | Author: ng | Hits:

[Other DatabasesMFC-ODBC

Description: 基于MFC ODBC的Access数据库编程,代码详细,根据需求创建数据库-MFC ODBC Access database programming
Platform: | Size: 1974272 | Author: 李悦 | Hits:

[CSharpMFC-ODBC

Description: 很好的成绩管理系统,包括学生信息管理、课程管理、成绩管理等-Very good performance management system, including students information management course management performance management, etc
Platform: | Size: 689152 | Author: 小英子 | Hits:

[ADO-ODBCMFC-ODBC-access-database

Description: 用MFC ODBC访问数据库的方法C++的源码-MFC ODBC database access methods C++ source
Platform: | Size: 74752 | Author: yourname | Hits:

[SQL ServerUse-MFC-ODBC-access-database

Description: 使用 VC++ MFC 采用ODBC 连接数据库-Use MFC ODBC access database
Platform: | Size: 1776640 | Author: panjie | Hits:

[Home Personal applicationMFC-ODBC-database-applications

Description: MFC应用程序ODBC数据库,可以运行成功的使用MFC编写的c++代码-MFC ODBC database applications
Platform: | Size: 2057216 | Author: 蔡婷婷 | Hits:

[ADO-ODBCMFC-ODBC

Description: MFC的ODBC数据库编程,具有简单的数据库操作,希望能有帮助。-The MFC ODBC programming, a simple operations, hoping to help.
Platform: | Size: 90112 | Author: shijiabin | Hits:

[ADO-ODBCMFC-ODBC-API-Programming

Description: 本例是一个通讯实例,说明如何使用MFC ODBC 创建数据库应用程序。-This example is a communication example, explain how to use ODBC MFC to create a application.
Platform: | Size: 69632 | Author: 苏树林 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net